Visual Basic (Declaration) | |
---|---|
Public Overloads MustOverride Sub SetAllocatedRBGroupIndexes( _ ByVal startIndexes() As Integer, _ ByVal counts() As Integer _ ) |
C# | |
---|---|
public abstract void SetAllocatedRBGroupIndexes( int[] startIndexes, int[] counts ) |
C++/CLI | |
---|---|
public: abstract void SetAllocatedRBGroupIndexes( array<int>^ startIndexes, array<int>^ counts ) |
Parameters
- startIndexes
- Array of zero-based RB group indexes for each contiguous set of RB groups allocated to this coreset.
- counts
- Array of the number of RB groups for each contiguous set of RB groups allocated to this coreset.
This method allows entry of complex and non-contiguous RB group allocations. For simpler single contiguous allocations, use SetAllocatedRBGroupIndexes(Int32,Int32) Inspect the results of GetAllocatedRBGroupIndexes to see the current set of RB group indexes allocated to this coreset.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)